|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Snitch Ashor
Black Rise Guerilla Forces
0
|
Posted - 2012.12.16 14:18:00 -
[1] - Quote
Hi,
first of all great work. I just installed 6.1.2. but figured the database is really outdated. Anyone got a recent ships.sql?
Cheers, Snitch |

Snitch Ashor
Black Rise Guerilla Forces
0
|
Posted - 2012.12.17 06:53:00 -
[2] - Quote
Sound good but that Link does not work for me. Btw i just checked the SQL commands in install/index.php and it does not even contain the inferno changes. Eg the t1 frig changes.
o/ Snitch |

Snitch Ashor
Black Rise Guerilla Forces
0
|
Posted - 2013.01.06 23:50:00 -
[3] - Quote
Varrun wrote:Anyone else having an issue with the cron giving a error 500 or any advice on how to check what's wrong? I'm on the latest version 6.1.2 and the board is 3.0.11 but this problem randomly started before I updated. flyinglow.tkAny help would be appreciated.
I guess I have the same problem. The cron job just gives a white screen, it's basically taking forever. Any help would be great. |

Snitch Ashor
Black Rise Guerilla Forces Blinky Red Brotherhood
0
|
Posted - 2013.06.19 14:46:00 -
[4] - Quote
Hi,
I accidentally messed with folder permission resulting in no rights for the avatar/upload folder. A few people which registered have no portrait now, is there a way to refetch missing or all portraits?
Thanks |

Snitch Ashor
Black Rise Guerilla Forces Blinky Red Brotherhood
0
|
Posted - 2013.09.06 06:43:00 -
[5] - Quote
Hi,
I have one small request. We would like to use the fitting display in conjunction with a spoiler bbcode. In principal this works however whenever the fitting contains special chars such as an apostrophe these get converted to the html entities like &...; by the bbcode and the fitting fisplay will not work anymore. Anyone has an idea how to solve this?
Cheers, Snitch |

Snitch Ashor
Black Rise Guerilla Forces Blinky Red Brotherhood
0
|
Posted - 2014.02.07 09:53:00 -
[6] - Quote
Hi,
I just wanted to update to 6.3 and figured i need an install folder of an older version, does anyone have a link to a 6.2.x version?
Thanks |

Snitch Ashor
Black Rise Guerilla Forces Blinky Red Brotherhood
0
|
Posted - 2014.02.07 15:35:00 -
[7] - Quote
Go to every group in the user and groups tab you want to make persistent, no matter if user defined or default and enable the eveapi immunity. |

Snitch Ashor
Black Rise Guerilla Forces Blinky Red Brotherhood
0
|
Posted - 2014.02.07 15:40:00 -
[8] - Quote
Btw. Cyerus, great job, new update is working fine so far.
I found one minor issue. The link on the registration page leads to the right api permissions, the one in eveapi_update.php still has the old ones hard coded. I managed to change that by defining L_EVEAPI_ACCESSMASK in functions.php and used that variable on the login page, not sure if thats the propper way... |

Snitch Ashor
Black Rise Guerilla Forces Guerilla Warfare Syndicate
0
|
Posted - 2014.07.21 13:43:00 -
[9] - Quote
netai wrote:Is the eveapi_cron.php file supposed to be accessible by anyone? I don't want anyone to be able run it themselves at random.
You can easily prevent that by adding the following To the htaccess file in the same folder:
(Files "eveapi_cron.php") Order Allow,Deny Deny from all (/Files)
If you execute it via a cron job that uses wget and not just PHP -f it should look linke this instead:
(Files "eveapi_cron.php") Order Deny,Allow Deny from all Allow from put_your_hostname_here (/Files)
You have to replace the round brackets by these <> but HTML posting is not allowed. Hope that helps. |

Snitch Ashor
Black Rise Guerilla Forces Guerilla Warfare Syndicate
0
|
Posted - 2014.07.25 13:47:00 -
[10] - Quote
That Module is not yet in the Database... If you need it you can just add it yourself, e.g. by using phpmyadmin, goto the eveapi_items table and look for any similar module that you can copy, e.g. a regular Tracking Enhancer. Next you change the name to Omnidirectional Tracking Enhancer II, the only thing you need is the item ID, which you can find out easily using the battleclinic item database. Just search for the right item and the url will end with id=i... thats the item ID. e.g. http://eve.battleclinic.com/item_database.php?id=i33824 in your case. Save it and your done. Btw it works for ships pretty much the same way, things like slot layout, drone hangar... are more or less self explaining.
Cheers, Snitch |
|

Snitch Ashor
Black Rise Guerilla Forces Guerilla Warfare Syndicate
1
|
Posted - 2014.07.29 08:10:00 -
[11] - Quote
Check your Database eveapi_ships. the column Icon is the name of the png file that is displayed there. Is this a ship you added yourself to the database? Anyway this is how I added the four new ships for now (maybe do a DB backup before):
INSERT INTO `eveapi_ships` (`typeID`, `typeName`, `Low`, `Medium`, `High`, `Drone`, `Rig`, `Subsystem`, `raceID`, `raceName`, `Tech`, `groupName`, `marketGroupName`, `Icon`) VALUES (33697, 'Prospect', 4, 3, 3, 0, 2, 0, 128, 'ORE', 'Tech II', 'Expedition Frigate', 'ORE', 'ORE'), (33816, 'Garmur', 3, 4, 3, 0, 3, 0, 1, 'Caldari', 'Faction', 'Frigate', 'Pirate Faction', 'Mordus_Legion'), (33818, 'Orthrus', 4, 5, 6, 25, 3, 0, 1, 'Caldari', 'Faction', 'Cruiser', 'Pirate Faction', 'Mordus_Legion'), (33820, 'Barghest', 6, 6, 8, 75, 3, 0, 1, 'Caldari', 'Faction', 'Battleship', 'Pirate Faction', 'Mordus_Legion');
For any new Faction you add you need to put the right png file in images/eve/races (in this case Mordus_Legion.png), I just used this one: http://e.dotlan.net/images/Faction/500018_64.png |

Snitch Ashor
Black Rise Guerilla Forces Guerilla Warfare Syndicate
2
|
Posted - 2014.10.06 13:24:00 -
[12] - Quote
The last couple of releases, I have added/changed manually, skipping most of the stuff like blueprints. It starts to get annoying these days, so I guess one would need to do a full conversion starting from a database dump. However, updating all posted fits (renaming modules) would be nice as well, but might be a bit more tricky, maybe adding aliases would be easier... |

Snitch Ashor
Black Rise Guerilla Forces Guerilla Warfare Syndicate
2
|
Posted - 2014.10.07 12:30:00 -
[13] - Quote
The reason is probably the mod beeing not installed correctly for your skin. Either try applying the mod to your style again or copy the eveapi_fitting.js to your styles template folder. |

Snitch Ashor
Black Rise Guerilla Forces Guerilla Warfare Syndicate
2
|
Posted - 2014.10.07 12:30:56 -
[14] - Quote
The reason is probably the mod beeing not installed correctly for your skin. Either try applying the mod to your style again or copy the eveapi_fitting.js to your styles template folder. |

Snitch Ashor
Black Rise Guerilla Forces
2
|
Posted - 2014.12.17 12:32:23 -
[15] - Quote
Hi all!
I have updated the eveapi tables for Rhea:
eveapi_rhea.zip
it contains an sql file updating ships, items and systems as well as two faction images that go to the images/eve/races/ folder.
Maybe do a backup of eveapi_ships, _items and _systems before. If you encounter any errors, just let me know. They are created in a semi-automated way from the static data dump, so they are not fully tested.
Cheers. |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
3
|
Posted - 2015.01.14 09:58:14 -
[16] - Quote
Hi all,
I just created the tables eveapi_ships, _items and _systems updated for proteus 1.0:
eveapi_proteus.sql.gz
As I don't really know what I'm doing you'd better have a backup, but at least for me it works.
Cheers, Snitch
|

Snitch Ashor
Black Rise Guerilla Forces The Bloc
3
|
Posted - 2015.01.14 16:48:38 -
[17] - Quote
redlinedracer wrote:oh, and do we have a new download link for this mod?
When i installed the mod using the link provided above (Not by the modder) it said it was successful but i didn't notice any additional options within the admin section of my forums.
Am i doing something wrong?
Thanks!
The new options should show up in the left hand menu of the admin section at the very bottom.
|

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.01.15 10:30:42 -
[18] - Quote
0mni Ca wrote:I have converted all the bbcodes, from using the modified database entries, that need to be updated etc... To use the standard database dumps from EVE. It also parses the bbcode evefit better than before, it is more forgiving for line entries and is not strict, such as having high slot items at the top etc... Anyway, you can take a look at the bbcode changes here: https://almostawesome.org/download/bbcode_eve.txt
You can grab the images from my server, just add the domain to the start of any image. Example Image of the EVEFit http://puu.sh/ewZ39/03a5819d32.jpg
Clean format of parssed text: http://puu.sh/ewZbn/14b592b571.png
...
Very nice work!
Just a few questions...
Do you use Steves conversion?
as fas as i see the only tables required are mapSolarSystems, dgmTypeAttributes and invTypes. And where exactly do you include your CSS? just for the Theme? As you also place all icons using CSS is the original Javascript still required?
Thanks, Snitch |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.01.15 14:41:09 -
[19] - Quote
I meant Steve Ronuken (fuzzwork). When writing just the theme i thought you added the css to the phpbb theme... i just figured out the api mod brings its own css file...
Thanks anyway I'll try to modify it to fit the original background, guess its just a matter of taste though. |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.02.17 21:00:24 -
[20] - Quote
DB Update for Tiamat:
eveapi_tiamat.sql
Enjoy! |
|

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.03.30 15:06:41 -
[21] - Quote
Hi all,
here's the sql update for Scylla
http://www.filedropper.com/eveapiscylla
I guess the only change is that Yacht.
As usual, no warranties you'd better have a backup!
btw. Hi Cyerus, glad to see you back! |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.05.18 15:13:28 -
[22] - Quote
Momitsu wrote:Link doesn't work for me, always getting to filedropper starting page
Sorry that one does delete inactive files pretty fast, heres the new one for mosaic:
http://ge.tt/api/1/files/52JuscG2/0/blob?download
As usual, you'd better have a backup. Also keep in mind that this one is recreated from the static DB dump so all skinned ships have been removed.
Cheers, Snitch |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.06.08 12:38:37 -
[23] - Quote
Updated item database for Carnyx:
http://ge.tt/60AMtvH2/v/0?c
As usual, backup before.
I'm working on a way to batch rename all item occurences in the posts to update all existing items and fittings to the new names, but it's a little more tricky then i thought... stupid hashing.
Cheers! |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.07.09 09:25:01 -
[24] - Quote
VangDo wrote:Phpbb Version 3.0.12
The mod has not been correctly installed for your theme, check that the included theme files (should be a javascript ans css file and some images if i remeber correct) that come with the mod are present in your theme folder.
Cheers Snitch |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
4
|
Posted - 2015.07.20 11:04:42 -
[25] - Quote
DB Update for Aegis:
http://ge.tt/api/1/files/2uyoxiK2/0/blob?download
Sort of tested, but do a backup before to be on the safe side.
Cheers, Snitch |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
5
|
Posted - 2015.07.27 16:07:03 -
[26] - Quote
Malafor wrote:Would this work on the new PHPBB 3.1.5 update ? Thanks
Not yet. Cyerus is working on a 3.1 version but no ETA. |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
6
|
Posted - 2015.10.19 14:58:05 -
[27] - Quote
After a bit of tinkering with the data dump part I'm able to produce DB Updates again, here's the on for Vanguard:
http://ge.tt/api/1/files/79ou5KQ2/0/blob?download
As usual, better have a backup and stuff...
Cheers, Snitch |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
6
|
Posted - 2015.12.09 09:05:56 -
[28] - Quote
Frostline DB Update:
http://ge.tt/api/1/files/7tGxZMT2/0/blob?download
As usual, you'd better have a backup!
Cheers, Snitch |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
6
|
Posted - 2015.12.15 11:29:32 -
[29] - Quote
Momitsu wrote:Thx for your work Snitch, unfortunately this link appears to be down (at least for me)
Screw those fielhosters, here you go:
https://brgf.de/eveapi_frostline.sql.gz
Cheers! |

Snitch Ashor
Black Rise Guerilla Forces The Bloc
6
|
Posted - 2016.03.10 12:45:37 -
[30] - Quote
DB Update for YC 118-3: Stasis Grapplers and stuff...
https://brgf.de/eveapi_yc118-3.sql.gz
As usual you'd better have a backup. |
|

Snitch Ashor
Black Rise Guerilla Forces The Bloc
6
|
Posted - 2016.04.28 13:52:51 -
[31] - Quote
DB Update for the Citadels Expansion:
https://brgf.de/eveapi_citadels.sql.gz
Export is slightly different but should work just make sure you have a backup this time.
Cheers, Snitch |
|
|
|